home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1995 October
/
EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso
/
Aminet
/
comm
/
tcp
/
AmiTCP_bin_22.lha
/
AmiTCP-2.2
/
db
/
netdb
< prev
next >
Wrap
Text File
|
1993-08-12
|
704b
|
34 lines
;
; netdb -- the network database file for AmiTCP/IP
;
; Copyright © 1993 AmiTCP/IP Group, <amitcp-group@hut.fi>
; Helsinki University of Technology, Finland.
; All rights reserved.
;
; $Id: netdb,v 1.7 1993/07/23 11:01:43 puhuri Exp $
;
; Created : Thu Apr 22 15:05:21 1993 ppessi
; Last modified: Mon Jun 14 02:48:06 1993 jraja
;
; Include information from local networking environment
; (File created by installer)
WITH netdb-myhost
;
; hosts
;
H 127.0.0.1 localhost
WITH hosts PREFIX=H
;
; Local networks
;
N loopback-net 127 software-loopback-net
;
; Protocols
;
WITH protocols PREFIX=P
;
; Network services, Internet style
;
WITH services PREFIX=S
;;;; EOF